libxl_event: Fix DEBUG prints
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 27 Jul 2018 14:05:43 +0000 (15:05 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 30 Jul 2018 13:46:32 +0000 (14:46 +0100)
commitcdf8b63941841e046eedbf0f93589f1c3c019f5f
tree4d07204879de2a0a159f5497deb1cae2600d9985
parentacd00a303378ce48bd6bbd8a579f1fe2f1b21a7d
libxl_event: Fix DEBUG prints

The libxl__log() call was missing the domid.

The macro DBG is using LIBXL__LOG which rely on a "gc". Add a GC where
needed.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_event.c